MESCIUS SPREAD for Windows Forms 17.0J
Item プロパティ (CollectionBase<T>)

インデックスを表す<b><see cref="T:System.Int32">Int32</see></b>値。
コレクション内の指定したインデックスにある T オブジェクトを取得または設定します。
構文
'Declaration
 
Public Default Property Item( _
   ByVal index As Integer _
) As T
public T this[ 
   int index
]; {get; set;}

パラメータ

index
インデックスを表す<b><see cref="T:System.Int32">Int32</see></b>値。

プロパティ値

有効な各インデックスにある<typeparamref name="T" />。
例外
例外説明
System.ArgumentOutOfRangeException 
参照

CollectionBase<T> クラス
CollectionBase<T> メンバ

 

 


© MESCIUS inc. All rights reserved.